home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / movies / amazing.dir / 00015_Script_15 < prev    next >
Text File  |  1998-01-13  |  232b  |  10 lines

  1. on exitFrame
  2.  global SLevel
  3.   set SLevel to 3
  4.   newWave "m2.wav"
  5.   sound FadeIn 1,5*60 
  6.   puppetSound member"sound"
  7.   set the loop of member "sound"  to TRUE
  8.   set the SoundLevel to SLevel
  9.   set the SoundEnabled to TRUE
  10. end